added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBEFModelFirst / My Project / Resources.Designer.vb
blob20db4bfd7f18e75da3a211659ef18c2f425bb80d
1 '------------------------------------------------------------------------------
2 ' <auto-generated>
3 ' This code was generated by a tool.
4 ' Runtime Version:4.0.21006.1
6 ' Changes to this file may cause incorrect behavior and will be lost if
7 ' the code is regenerated.
8 ' </auto-generated>
9 '------------------------------------------------------------------------------
11 Option Strict On
12 Option Explicit On
15 Namespace My.Resources
17 'This class was auto-generated by the StronglyTypedResourceBuilder
18 'class via a tool like ResGen or Visual Studio.
19 'To add or remove a member, edit your .ResX file then rerun ResGen
20 'with the /str option, or rebuild your VS project.
21 '''<summary>
22 ''' A strongly-typed resource class, for looking up localized strings, etc.
23 '''</summary>
24 <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
25 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
26 Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
27 Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
28 Friend Module Resources
30 Private resourceMan As Global.System.Resources.ResourceManager
32 Private resourceCulture As Global.System.Globalization.CultureInfo
34 '''<summary>
35 ''' Returns the cached ResourceManager instance used by this class.
36 '''</summary>
37 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
38 Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
39 Get
40 If Object.ReferenceEquals(resourceMan, Nothing) Then
41 Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("VBEFModelFirst.Resources", GetType(Resources).Assembly)
42 resourceMan = temp
43 End If
44 Return resourceMan
45 End Get
46 End Property
48 '''<summary>
49 ''' Overrides the current thread's CurrentUICulture property for all
50 ''' resource lookups using this strongly typed resource class.
51 '''</summary>
52 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
53 Friend Property Culture() As Global.System.Globalization.CultureInfo
54 Get
55 Return resourceCulture
56 End Get
57 Set(ByVal value As Global.System.Globalization.CultureInfo)
58 resourceCulture = value
59 End Set
60 End Property
61 End Module
62 End Namespace